github.com/aws/smithy-go/auth/bearer.TokenCache.singleRetrieve (method)

2 uses

	github.com/aws/smithy-go/auth/bearer (current package)
		token_cache.go#L173: 		return p.singleRetrieve(ctx)
		token_cache.go#L184: func (p *TokenCache) singleRetrieve(ctx context.Context) (interface{}, error) {